summaryrefslogtreecommitdiff
path: root/src/app/profile/[username]
diff options
context:
space:
mode:
authorl3wdfut4pwr <l3wdfut4pwr@gmail.com>2026-04-27 13:45:25 +0300
committerl3wdfut4pwr <l3wdfut4pwr@gmail.com>2026-04-27 13:45:25 +0300
commitab330c64eeed9edfc2a6ef6a6f5cd38587ba0996 (patch)
tree9ca46c6552e427a9461387dc63362be0f9301acb /src/app/profile/[username]
parentc7d2526afec5ffb8918c20d7c1c58852f1c647bd (diff)
add username change and logout
Diffstat (limited to 'src/app/profile/[username]')
-rw-r--r--src/app/profile/[username]/page.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/profile/[username]/page.tsx b/src/app/profile/[username]/page.tsx
index ea13b36..cb79b7b 100644
--- a/src/app/profile/[username]/page.tsx
+++ b/src/app/profile/[username]/page.tsx
@@ -1,4 +1,4 @@
-import AccountButton from '@/components/settings/AccountButton';
+import AccountButton from '../AccountButton';
import { getUserByUsername } from '@/lib/api/user';
import { User } from '@/lib/contexts/Auth.context';